home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10513 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  976 b 

  1. Path: crihan.fr!news
  2. From: Adam Machnik <Adam.Machnik@insa-rouen.fr>
  3. Newsgroups: comp.lang.c
  4. Subject: [Q]:Debugging unalocated memory
  5. Date: Mon, 18 Mar 1996 13:59:44 +0000
  6. Organization: INSA Rouen
  7. Message-ID: <314D6C50.2FE6@insa-rouen.fr>
  8. NNTP-Posting-Host: bart.insa-rouen.fr
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (X11; I; SunOS 5.4 sun4m)
  13.  
  14. Hello,
  15. I have got the big problem, because I obtain SIGSEGV 
  16. while call to malloc() in the program I am debugging.
  17. That is probably because somewhere I have corrupted
  18. internal data structures of malloc, for instance by
  19. freeing unalocated pointer... :(
  20. Could sb. tell me if there exist some utility in public 
  21. domain that will inform me when I try to access unalocated 
  22. memory ( Once, I have been using some util on the SUN-s 
  23. to do it but I have forgotten the name... - it was long time ago -
  24. and besides it was comercial software... ).
  25. Please help !
  26.  
  27. Adam
  28.